* frame.h (struct frame): Use int, not EMACS_INT, where int works.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Jul 2011 21:51:29 +0000 (14:51 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 28 Jul 2011 21:51:29 +0000 (14:51 -0700)
commit63b4e094df3b6783def544d499f7244916ffe2dd
tree4b82e6403c67fd65c1b0df19c29d7c9f3ea3ef04
parentc645a96c4c681e691fa4aeb2059fa41b029f405e
* frame.h (struct frame): Use int, not EMACS_INT, where int works.

This is for the members text_lines, text_cols, total_lines, total_cols,
where the system imposes an 'int' limit.
src/ChangeLog
src/frame.h